Action hook 'wp_ajax_{$action}'

in WP Core File wp-admin/admin-ajax.php at line 192

Description

Fires authenticated Ajax actions for logged-in users. The dynamic portion of the hook name, `$action`, refers to the name of the Ajax action callback being fired.

Occurrences

Filename Line Number
wp-admin/admin-ajax.php 192

PHP Doc

/**
	 * Fires authenticated Ajax actions for logged-in users.
	 *
	 * The dynamic portion of the hook name, `$action`, refers
	 * to the name of the Ajax action callback being fired.
	 *
	 * @since 2.1.0
	 */